﻿2026-07-06T06:24:10.8723526Z ##[group]Run set -euo pipefail
2026-07-06T06:24:10.8724503Z [36;1mset -euo pipefail[0m
2026-07-06T06:24:10.8725342Z [36;1mPIN=0c95435[0m
2026-07-06T06:24:10.8726130Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-06T06:24:10.8727116Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-06T06:24:10.8728472Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-06T06:24:10.8730350Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-06T06:24:10.8744331Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-06T06:24:10.8745756Z [36;1m  rm -rf "$CACHE"[0m
2026-07-06T06:24:10.8746675Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-06T06:24:10.8747770Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-06T06:24:10.8749176Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-06T06:24:10.8750522Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-06T06:24:10.8751504Z [36;1mfi[0m
2026-07-06T06:24:10.8752610Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-06T06:24:10.8769053Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-06T06:24:10.8770154Z env:
2026-07-06T06:24:10.8770841Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-06T06:24:10.8771733Z ##[endgroup]
2026-07-06T06:24:11.1822993Z    Compiling proc-macro2 v1.0.106
2026-07-06T06:24:11.1824481Z    Compiling unicode-ident v1.0.24
2026-07-06T06:24:11.1825635Z    Compiling quote v1.0.45
2026-07-06T06:24:11.1826654Z    Compiling libc v0.2.186
2026-07-06T06:24:11.1827690Z    Compiling serde_core v1.0.228
2026-07-06T06:24:11.1829489Z    Compiling cfg-if v1.0.4
2026-07-06T06:24:11.1872951Z    Compiling serde v1.0.228
2026-07-06T06:24:11.1899750Z    Compiling log v0.4.32
2026-07-06T06:24:11.1932045Z    Compiling pin-project-lite v0.2.17
2026-07-06T06:24:11.1934178Z    Compiling portable-atomic v1.13.1
2026-07-06T06:24:11.1980155Z    Compiling typenum v1.20.1
2026-07-06T06:24:11.2012966Z    Compiling memchr v2.8.1
2026-07-06T06:24:11.2093619Z    Compiling version_check v0.9.5
2026-07-06T06:24:11.2131729Z    Compiling shlex v2.0.1
2026-07-06T06:24:11.2174051Z    Compiling critical-section v1.2.0
2026-07-06T06:24:11.2562420Z    Compiling find-msvc-tools v0.1.9
2026-07-06T06:24:11.2809752Z    Compiling bytes v1.11.1
2026-07-06T06:24:11.2907310Z    Compiling futures-core v0.3.32
2026-07-06T06:24:11.3461921Z    Compiling subtle v2.6.1
2026-07-06T06:24:11.4311941Z    Compiling equivalent v1.0.2
2026-07-06T06:24:11.4942567Z    Compiling smallvec v1.15.1
2026-07-06T06:24:11.5032903Z    Compiling itoa v1.0.18
2026-07-06T06:24:11.5034781Z    Compiling semver v1.0.28
2026-07-06T06:24:11.5081729Z    Compiling stable_deref_trait v1.2.1
2026-07-06T06:24:11.5161991Z    Compiling futures-sink v0.3.32
2026-07-06T06:24:11.5491551Z    Compiling slab v0.4.12
2026-07-06T06:24:11.5749668Z    Compiling futures-io v0.3.32
2026-07-06T06:24:11.5865228Z    Compiling futures-task v0.3.32
2026-07-06T06:24:11.6532404Z    Compiling futures-channel v0.3.32
2026-07-06T06:24:11.6918173Z    Compiling rand_core v0.10.1
2026-07-06T06:24:11.6951713Z    Compiling generic-array v0.14.7
2026-07-06T06:24:11.7611549Z    Compiling rustversion v1.0.22
2026-07-06T06:24:11.7772861Z    Compiling bitflags v2.12.1
2026-07-06T06:24:11.8273743Z    Compiling hashbrown v0.17.1
2026-07-06T06:24:11.8409565Z    Compiling cpufeatures v0.2.17
2026-07-06T06:24:11.8594876Z    Compiling rustc_version v0.4.1
2026-07-06T06:24:11.9084888Z    Compiling getrandom v0.4.2
2026-07-06T06:24:11.9341541Z    Compiling fnv v1.0.7
2026-07-06T06:24:11.9474194Z    Compiling strsim v0.11.1
2026-07-06T06:24:11.9654021Z    Compiling cfg_aliases v0.2.1
2026-07-06T06:24:12.0311629Z    Compiling writeable v0.6.3
2026-07-06T06:24:12.0351937Z    Compiling litemap v0.8.2
2026-07-06T06:24:12.0729860Z    Compiling dunce v1.0.5
2026-07-06T06:24:12.1666591Z    Compiling icu_properties_data v2.2.0
2026-07-06T06:24:12.1722293Z    Compiling ident_case v1.0.1
2026-07-06T06:24:12.2343753Z    Compiling fs_extra v1.3.0
2026-07-06T06:24:12.2441833Z    Compiling utf8_iter v1.0.4
2026-07-06T06:24:12.2702014Z    Compiling icu_normalizer_data v2.2.0
2026-07-06T06:24:12.3211856Z    Compiling percent-encoding v2.3.2
2026-07-06T06:24:12.3670411Z    Compiling autocfg v1.5.1
2026-07-06T06:24:12.3931685Z    Compiling http v1.4.1
2026-07-06T06:24:12.4451974Z    Compiling unicode-segmentation v1.13.3
2026-07-06T06:24:12.5050370Z    Compiling syn v2.0.117
2026-07-06T06:24:12.6052398Z    Compiling cpufeatures v0.3.0
2026-07-06T06:24:12.6382166Z    Compiling thiserror v2.0.18
2026-07-06T06:24:12.6715165Z    Compiling aws-lc-rs v1.17.0
2026-07-06T06:24:12.6930960Z    Compiling scopeguard v1.2.0
2026-07-06T06:24:12.7030719Z    Compiling chacha20 v0.10.0
2026-07-06T06:24:12.7962173Z    Compiling indexmap v2.14.0
2026-07-06T06:24:12.8001434Z    Compiling lock_api v0.4.14
2026-07-06T06:24:12.8081019Z    Compiling form_urlencoded v1.2.2
2026-07-06T06:24:12.8151210Z    Compiling untrusted v0.9.0
2026-07-06T06:24:12.9816692Z    Compiling rustls v0.23.40
2026-07-06T06:24:12.9880980Z    Compiling heck v0.5.0
2026-07-06T06:24:13.0211537Z    Compiling jobserver v0.1.34
2026-07-06T06:24:13.0280984Z    Compiling unicode-xid v0.2.6
2026-07-06T06:24:13.0598235Z    Compiling atomic-waker v1.1.2
2026-07-06T06:24:13.0696902Z    Compiling anyhow v1.0.102
2026-07-06T06:24:13.0971455Z    Compiling const-oid v0.10.2
2026-07-06T06:24:13.1040903Z    Compiling convert_case v0.10.0
2026-07-06T06:24:13.1560604Z    Compiling zerocopy v0.8.50
2026-07-06T06:24:13.1791065Z    Compiling httparse v1.10.1
2026-07-06T06:24:13.2010804Z    Compiling paste v1.0.15
2026-07-06T06:24:13.2260860Z    Compiling parking_lot_core v0.9.12
2026-07-06T06:24:13.2468567Z    Compiling num-traits v0.2.19
2026-07-06T06:24:13.2830582Z    Compiling hybrid-array v0.4.12
2026-07-06T06:24:13.3642398Z    Compiling cc v1.2.63
2026-07-06T06:24:13.4346907Z    Compiling curve25519-dalek v4.1.3
2026-07-06T06:24:13.4911572Z    Compiling ahash v0.8.12
2026-07-06T06:24:13.4964439Z    Compiling fastrand v2.4.1
2026-07-06T06:24:13.5870909Z    Compiling powerfmt v0.2.0
2026-07-06T06:24:13.5940815Z    Compiling base64ct v1.8.3
2026-07-06T06:24:13.6010787Z    Compiling either v1.16.0
2026-07-06T06:24:13.6168437Z    Compiling crypto-common v0.1.7
2026-07-06T06:24:13.6551346Z    Compiling block-buffer v0.10.4
2026-07-06T06:24:13.7292705Z    Compiling http-body v1.0.1
2026-07-06T06:24:13.7989886Z    Compiling deranged v0.5.8
2026-07-06T06:24:13.8283103Z    Compiling digest v0.10.7
2026-07-06T06:24:13.8569752Z    Compiling zmij v1.0.21
2026-07-06T06:24:13.9030914Z    Compiling tower-service v0.3.3
2026-07-06T06:24:13.9848802Z    Compiling vcpkg v0.2.15
2026-07-06T06:24:14.0040517Z    Compiling data-encoding v2.11.0
2026-07-06T06:24:14.0087178Z    Compiling time-core v0.1.8
2026-07-06T06:24:14.0911252Z    Compiling mio v1.2.1
2026-07-06T06:24:14.1661654Z    Compiling socket2 v0.6.4
2026-07-06T06:24:14.1665226Z    Compiling getrandom v0.2.17
2026-07-06T06:24:14.2670710Z    Compiling pem-rfc7468 v1.0.0
2026-07-06T06:24:14.3700845Z    Compiling rand_core v0.6.4
2026-07-06T06:24:14.4083334Z    Compiling pkg-config v0.3.33
2026-07-06T06:24:14.4130611Z    Compiling base64 v0.22.1
2026-07-06T06:24:14.4901132Z    Compiling rand v0.10.1
2026-07-06T06:24:14.5170654Z    Compiling uuid v1.23.2
2026-07-06T06:24:14.6000337Z    Compiling tinyvec_macros v0.1.1
2026-07-06T06:24:14.6700625Z    Compiling try-lock v0.2.5
2026-07-06T06:24:14.7610965Z    Compiling cmake v0.1.58
2026-07-06T06:24:14.7696928Z    Compiling num-conv v0.2.2
2026-07-06T06:24:14.8371007Z    Compiling want v0.3.1
2026-07-06T06:24:14.8659436Z    Compiling parking_lot v0.12.5
2026-07-06T06:24:14.9538187Z    Compiling tinyvec v1.11.0
2026-07-06T06:24:14.9907872Z    Compiling sha2 v0.10.9
2026-07-06T06:24:15.0560580Z    Compiling crypto-common v0.2.2
2026-07-06T06:24:15.0598725Z    Compiling block-buffer v0.12.0
2026-07-06T06:24:15.0605435Z    Compiling inout v0.1.4
2026-07-06T06:24:15.0730330Z    Compiling vergen-lib v9.1.0
2026-07-06T06:24:15.2230567Z    Compiling n0-future v0.3.2
2026-07-06T06:24:15.2861407Z    Compiling diatomic-waker v0.2.3
2026-07-06T06:24:15.2900533Z    Compiling spin v0.10.0
2026-07-06T06:24:15.3765259Z    Compiling signature v2.2.0
2026-07-06T06:24:15.3930848Z    Compiling httpdate v1.0.3
2026-07-06T06:24:15.4060657Z    Compiling crossbeam-utils v0.8.21
2026-07-06T06:24:15.4421579Z    Compiling winnow v1.0.3
2026-07-06T06:24:15.4640840Z    Compiling parking v2.2.1
2026-07-06T06:24:15.4833712Z    Compiling serde_json v1.0.150
2026-07-06T06:24:15.4925682Z    Compiling cordyceps v0.3.4
2026-07-06T06:24:15.5119539Z    Compiling ed25519 v2.2.3
2026-07-06T06:24:15.5347743Z    Compiling cipher v0.4.4
2026-07-06T06:24:15.5627478Z    Compiling netlink-packet-core v0.8.1
2026-07-06T06:24:15.5878338Z    Compiling universal-hash v0.5.1
2026-07-06T06:24:15.6554138Z    Compiling futures-lite v2.6.1
2026-07-06T06:24:15.6870712Z    Compiling vergen v9.1.0
2026-07-06T06:24:15.7039974Z    Compiling vergen-lib v0.1.6
2026-07-06T06:24:15.7267397Z    Compiling heapless v0.7.17
2026-07-06T06:24:15.7394058Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-06T06:24:15.7820345Z    Compiling aws-lc-sys v0.41.0
2026-07-06T06:24:15.8020758Z    Compiling ring v0.17.14
2026-07-06T06:24:15.8150751Z    Compiling libsqlite3-sys v0.30.1
2026-07-06T06:24:15.8430764Z    Compiling futures-buffered v0.2.13
2026-07-06T06:24:15.8540665Z    Compiling noq-udp v0.10.0
2026-07-06T06:24:15.9511015Z    Compiling sync_wrapper v1.0.2
2026-07-06T06:24:15.9820580Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-06T06:24:15.9927781Z    Compiling opaque-debug v0.3.1
2026-07-06T06:24:16.0120663Z    Compiling byteorder v1.5.0
2026-07-06T06:24:16.0290483Z    Compiling allocator-api2 v0.2.21
2026-07-06T06:24:16.0471088Z    Compiling digest v0.11.3
2026-07-06T06:24:16.0862680Z    Compiling polyval v0.6.2
2026-07-06T06:24:16.1940455Z    Compiling hash32 v0.2.1
2026-07-06T06:24:16.3140768Z    Compiling vergen-gitcl v1.0.8
2026-07-06T06:24:16.3640586Z    Compiling spin v0.9.8
2026-07-06T06:24:16.3840512Z    Compiling fallible-iterator v0.3.0
2026-07-06T06:24:16.3900051Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-06T06:24:16.3914384Z    Compiling signature v3.0.0
2026-07-06T06:24:16.5101123Z    Compiling ryu v1.0.23
2026-07-06T06:24:16.5285651Z    Compiling tower-layer v0.3.3
2026-07-06T06:24:16.5298461Z    Compiling num_threads v0.1.7
2026-07-06T06:24:16.5970651Z    Compiling ghash v0.5.1
2026-07-06T06:24:16.6540287Z    Compiling time v0.3.47
2026-07-06T06:24:16.7030501Z    Compiling sha2 v0.11.0-rc.5
2026-07-06T06:24:16.7170678Z    Compiling aes v0.8.4
2026-07-06T06:24:16.7650516Z    Compiling ctr v0.9.2
2026-07-06T06:24:16.8159390Z    Compiling fs2 v0.4.3
2026-07-06T06:24:16.9013150Z    Compiling http-body-util v0.1.3
2026-07-06T06:24:16.9077003Z    Compiling aead v0.5.2
2026-07-06T06:24:16.9768774Z    Compiling arrayvec v0.7.6
2026-07-06T06:24:16.9940603Z    Compiling openssl-probe v0.2.1
2026-07-06T06:24:17.0132141Z    Compiling utf8parse v0.2.2
2026-07-06T06:24:17.0710914Z    Compiling crossbeam-channel v0.5.15
2026-07-06T06:24:17.1300430Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-06T06:24:17.1760781Z    Compiling crossbeam-epoch v0.9.18
2026-07-06T06:24:17.2046091Z    Compiling netlink-packet-route v0.29.0
2026-07-06T06:24:17.2471233Z    Compiling blake3 v1.8.5
2026-07-06T06:24:17.2666385Z    Compiling memoffset v0.6.5
2026-07-06T06:24:17.4557650Z    Compiling aes-gcm v0.10.3
2026-07-06T06:24:17.4775100Z    Compiling acto v0.8.2
2026-07-06T06:24:17.5658744Z    Compiling netwatch v0.16.0
2026-07-06T06:24:17.5974564Z    Compiling noq v0.18.0
2026-07-06T06:24:17.6341717Z    Compiling mac-addr v0.3.0
2026-07-06T06:24:17.6480868Z    Compiling lru-slab v0.1.2
2026-07-06T06:24:17.6970710Z    Compiling rustix v1.1.4
2026-07-06T06:24:17.7806618Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-06T06:24:17.7931295Z    Compiling tagptr v0.2.0
2026-07-06T06:24:17.8160830Z    Compiling thiserror v1.0.69
2026-07-06T06:24:17.8502813Z    Compiling identity-hash v0.1.0
2026-07-06T06:24:17.8651050Z    Compiling ref-cast v1.0.25
2026-07-06T06:24:17.9318565Z    Compiling rustc-hash v2.1.2
2026-07-06T06:24:17.9467159Z    Compiling sorted-index-buffer v0.2.1
2026-07-06T06:24:18.0213945Z    Compiling foldhash v0.2.0
2026-07-06T06:24:18.0390631Z    Compiling xml-rs v0.8.28
2026-07-06T06:24:18.1382485Z    Compiling synstructure v0.13.2
2026-07-06T06:24:18.1861017Z    Compiling darling_core v0.20.11
2026-07-06T06:24:18.2299458Z    Compiling hashbrown v0.16.1
2026-07-06T06:24:18.2431634Z    Compiling serde_derive_internals v0.29.1
2026-07-06T06:24:18.3800944Z    Compiling netlink-packet-route v0.30.0
2026-07-06T06:24:18.9194488Z    Compiling proc-macro-crate v3.5.0
2026-07-06T06:24:18.9568375Z    Compiling xmltree v0.10.3
2026-07-06T06:24:19.1853530Z    Compiling errno v0.3.14
2026-07-06T06:24:19.2132897Z    Compiling ioctl-rs v0.1.6
2026-07-06T06:24:19.2207976Z    Compiling termios v0.2.2
2026-07-06T06:24:19.2610791Z    Compiling serial-core v0.4.0
2026-07-06T06:24:19.3082502Z    Compiling simple-dns v0.9.3
2026-07-06T06:24:19.3366860Z    Compiling aho-corasick v1.1.4
2026-07-06T06:24:19.3460394Z    Compiling resolv-conf v0.7.6
2026-07-06T06:24:19.3561196Z    Compiling signal-hook v0.3.18
2026-07-06T06:24:19.3875596Z    Compiling linux-raw-sys v0.12.1
2026-07-06T06:24:19.4060994Z    Compiling smol_str v0.1.24
2026-07-06T06:24:19.4700582Z    Compiling winnow v0.7.15
2026-07-06T06:24:19.5788350Z    Compiling toml_write v0.1.2
2026-07-06T06:24:19.6200664Z    Compiling sha1_smol v1.0.1
2026-07-06T06:24:19.6481830Z    Compiling constant_time_eq v0.4.2
2026-07-06T06:24:19.7790386Z    Compiling arrayref v0.3.9
2026-07-06T06:24:19.7865965Z    Compiling simdutf8 v0.1.5
2026-07-06T06:24:19.8211121Z    Compiling regex-syntax v0.8.10
2026-07-06T06:24:19.9750687Z    Compiling serial-unix v0.4.0
2026-07-06T06:24:19.9815966Z    Compiling signal-hook-registry v1.4.8
2026-07-06T06:24:20.1164206Z    Compiling lru v0.16.4
2026-07-06T06:24:20.2139718Z    Compiling serde_derive v1.0.228
2026-07-06T06:24:20.2646560Z    Compiling zeroize_derive v1.4.3
2026-07-06T06:24:20.2995258Z    Compiling tokio-macros v2.7.0
2026-07-06T06:24:20.3571182Z    Compiling futures-macro v0.3.32
2026-07-06T06:24:20.5120963Z    Compiling zerofrom-derive v0.1.7
2026-07-06T06:24:20.8670755Z    Compiling zeroize v1.8.2
2026-07-06T06:24:21.0150460Z    Compiling tokio v1.52.3
2026-07-06T06:24:21.0675974Z    Compiling yoke-derive v0.8.2
2026-07-06T06:24:21.4810839Z    Compiling futures-util v0.3.32
2026-07-06T06:24:21.5711111Z    Compiling zerovec-derive v0.11.3
2026-07-06T06:24:21.6301382Z    Compiling displaydoc v0.2.6
2026-07-06T06:24:22.1925074Z    Compiling zerofrom v0.1.8
2026-07-06T06:24:22.2840850Z    Compiling tracing-attributes v0.1.31
2026-07-06T06:24:22.2964819Z    Compiling rustls-pki-types v1.14.1
2026-07-06T06:24:22.3220771Z    Compiling thiserror-impl v2.0.18
2026-07-06T06:24:22.5741365Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-06T06:24:22.7100642Z    Compiling yoke v0.8.3
2026-07-06T06:24:22.9360643Z    Compiling zerotrie v0.2.4
2026-07-06T06:24:23.2945010Z    Compiling darling_macro v0.20.11
2026-07-06T06:24:23.3210337Z    Compiling derive_more-impl v2.1.1
2026-07-06T06:24:23.3538038Z    Compiling zerovec v0.11.6
2026-07-06T06:24:23.3970852Z    Compiling spez v0.1.2
2026-07-06T06:24:23.4860735Z    Compiling n0-error-macros v0.1.3
2026-07-06T06:24:23.6992336Z    Compiling darling v0.20.11
2026-07-06T06:24:23.7854797Z    Compiling derive_builder_core v0.20.2
2026-07-06T06:24:24.1887754Z    Compiling tinystr v0.8.3
2026-07-06T06:24:24.2740756Z    Compiling potential_utf v0.1.5
2026-07-06T06:24:24.3979844Z    Compiling icu_collections v2.2.0
2026-07-06T06:24:24.4529623Z    Compiling icu_locale_core v2.2.0
2026-07-06T06:24:24.4603358Z    Compiling der v0.8.0-rc.10
2026-07-06T06:24:24.4797747Z    Compiling pin-project-internal v1.1.13
2026-07-06T06:24:24.8740209Z    Compiling n0-error v0.1.3
2026-07-06T06:24:25.2910731Z    Compiling ed25519-dalek v2.2.0
2026-07-06T06:24:25.3077924Z    Compiling futures-executor v0.3.32
2026-07-06T06:24:25.3702470Z    Compiling derive_builder_macro v0.20.2
2026-07-06T06:24:25.5961656Z    Compiling spt-proto v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-07-06T06:24:25.7042003Z    Compiling ipnet v2.12.0
2026-07-06T06:24:25.7160498Z    Compiling derive_builder v0.20.2
2026-07-06T06:24:25.7366494Z    Compiling icu_provider v2.2.0
2026-07-06T06:24:26.0200631Z    Compiling pin-project v1.1.13
2026-07-06T06:24:26.0946987Z    Compiling icu_properties v2.2.0
2026-07-06T06:24:26.1212707Z    Compiling icu_normalizer v2.2.0
2026-07-06T06:24:26.1861029Z    Compiling spki v0.8.0-rc.4
2026-07-06T06:24:26.3230995Z    Compiling prefix-trie v0.8.4
2026-07-06T06:24:26.3997421Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-06T06:24:26.5101616Z    Compiling once_cell v1.21.4
2026-07-06T06:24:26.5890676Z    Compiling ed25519 v3.0.0-rc.4
2026-07-06T06:24:26.7660878Z    Compiling tracing-core v0.1.36
2026-07-06T06:24:26.7967068Z    Compiling futures v0.3.32
2026-07-06T06:24:26.8744157Z    Compiling cobs v0.3.0
2026-07-06T06:24:27.0180680Z    Compiling hashbrown v0.14.5
2026-07-06T06:24:27.0370614Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-06T06:24:27.0976390Z    Compiling postcard-derive v0.2.2
2026-07-06T06:24:27.1734981Z    Compiling tokio-util v0.7.18
2026-07-06T06:24:27.3250989Z    Compiling netlink-sys v0.8.8
2026-07-06T06:24:27.3560548Z    Compiling tower v0.5.3
2026-07-06T06:24:27.3855130Z    Compiling tracing v0.1.44
2026-07-06T06:24:27.6951150Z    Compiling idna_adapter v1.2.2
2026-07-06T06:24:27.7691106Z    Compiling postcard v1.1.3
2026-07-06T06:24:27.7890667Z    Compiling idna v1.1.0
2026-07-06T06:24:27.8030744Z    Compiling data-encoding-macro v0.1.20
2026-07-06T06:24:27.8249126Z    Compiling hashlink v0.9.1
2026-07-06T06:24:27.8631767Z    Compiling rustls-native-certs v0.8.4
2026-07-06T06:24:27.8881559Z    Compiling num_enum_derive v0.7.6
2026-07-06T06:24:27.9720910Z    Compiling iroh-metrics-derive v0.4.1
2026-07-06T06:24:28.1160824Z    Compiling strum_macros v0.28.0
2026-07-06T06:24:28.1250858Z    Compiling derive_more v2.1.1
2026-07-06T06:24:28.1870751Z    Compiling enum-assoc v1.3.0
2026-07-06T06:24:28.2320474Z    Compiling h2 v0.4.14
2026-07-06T06:24:28.2840847Z    Compiling url v2.5.8
2026-07-06T06:24:28.3880544Z    Compiling rusqlite v0.32.1
2026-07-06T06:24:28.3943947Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-06T06:24:28.4020684Z    Compiling async-trait v0.1.89
2026-07-06T06:24:28.4588885Z    Compiling n0-watcher v0.6.1
2026-07-06T06:24:28.4912206Z    Compiling iroh-metrics v0.38.3
2026-07-06T06:24:28.7120604Z    Compiling tokio-stream v0.1.18
2026-07-06T06:24:28.8271067Z    Compiling iroh-relay v0.98.0
2026-07-06T06:24:28.9170853Z    Compiling netdev v0.42.0
2026-07-06T06:24:29.0975763Z    Compiling netlink-proto v0.12.0
2026-07-06T06:24:29.1086911Z    Compiling num_enum v0.7.6
2026-07-06T06:24:29.1845133Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-06T06:24:29.1980941Z    Compiling iroh-base v0.98.0
2026-07-06T06:24:29.2200964Z    Compiling tower-http v0.6.11
2026-07-06T06:24:29.2315370Z    Compiling attohttpc v0.30.1
2026-07-06T06:24:29.4260749Z    Compiling moka v0.12.15
2026-07-06T06:24:29.4720977Z    Compiling toml_datetime v0.6.11
2026-07-06T06:24:29.5780746Z    Compiling serde_spanned v0.6.9
2026-07-06T06:24:29.7220656Z    Compiling ref-cast-impl v1.0.25
2026-07-06T06:24:29.7340635Z    Compiling thiserror-impl v1.0.69
2026-07-06T06:24:29.8045110Z    Compiling spt-store v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-07-06T06:24:29.8580693Z    Compiling toml_edit v0.22.27
2026-07-06T06:24:30.0770805Z    Compiling webpki-roots v1.0.7
2026-07-06T06:24:30.2811235Z    Compiling regex-automata v0.4.14
2026-07-06T06:24:30.3241045Z    Compiling schemars_derive v1.2.1
2026-07-06T06:24:30.5325198Z    Compiling darling_core v0.23.0
2026-07-06T06:24:30.7069886Z    Compiling serde_bytes v0.11.19
2026-07-06T06:24:30.7580601Z    Compiling hmac v0.12.1
2026-07-06T06:24:30.8550527Z    Compiling seize v0.5.1
2026-07-06T06:24:30.8785520Z    Compiling iroh v0.98.2
2026-07-06T06:24:30.9620684Z    Compiling bitflags v1.3.2
2026-07-06T06:24:31.0370785Z    Compiling dyn-clone v1.0.20
2026-07-06T06:24:31.1330641Z    Compiling cmov v0.5.4
2026-07-06T06:24:31.2034274Z    Compiling pin-utils v0.1.0
2026-07-06T06:24:31.2166682Z    Compiling rustix v0.38.44
2026-07-06T06:24:31.3039710Z    Compiling nix v0.25.1
2026-07-06T06:24:31.4290299Z    Compiling ctutils v0.4.2
2026-07-06T06:24:31.4993557Z    Compiling papaya v0.2.4
2026-07-06T06:24:31.5820551Z    Compiling filedescriptor v0.8.3
2026-07-06T06:24:31.6051465Z    Compiling strum v0.28.0
2026-07-06T06:24:31.6190837Z    Compiling hkdf v0.12.4
2026-07-06T06:24:31.7088049Z    Compiling iroh-dns v0.98.0
2026-07-06T06:24:31.7290539Z    Compiling backon v1.6.0
2026-07-06T06:24:31.7720955Z    Compiling serial v0.4.0
2026-07-06T06:24:31.9020694Z    Compiling anstyle-parse v1.0.0
2026-07-06T06:24:31.9120426Z    Compiling vte_generate_state_changes v0.1.2
2026-07-06T06:24:32.0052005Z    Compiling anstyle-query v1.1.5
2026-07-06T06:24:32.0989560Z    Compiling instability v0.3.12
2026-07-06T06:24:32.1100433Z    Compiling is_terminal_polyfill v1.70.2
2026-07-06T06:24:32.1315237Z    Compiling anstyle v1.0.14
2026-07-06T06:24:32.1730438Z    Compiling shell-words v1.1.1
2026-07-06T06:24:32.2100909Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-06T06:24:32.2353287Z    Compiling foldhash v0.1.5
2026-07-06T06:24:32.3046708Z    Compiling downcast-rs v1.2.1
2026-07-06T06:24:32.3181265Z    Compiling linux-raw-sys v0.4.15
2026-07-06T06:24:32.3624198Z    Compiling colorchoice v1.0.5
2026-07-06T06:24:32.4122221Z    Compiling hashbrown v0.15.5
2026-07-06T06:24:32.4363935Z    Compiling anstream v1.0.0
2026-07-06T06:24:32.4650730Z    Compiling vte v0.13.1
2026-07-06T06:24:32.4822170Z    Compiling signal-hook-mio v0.2.5
2026-07-06T06:24:32.6169670Z    Compiling spake2 v0.4.0
2026-07-06T06:24:32.6553374Z    Compiling schemars v1.2.1
2026-07-06T06:24:32.9342237Z    Compiling toml v0.8.23
2026-07-06T06:24:33.0157904Z    Compiling terminal_size v0.4.4
2026-07-06T06:24:33.1821819Z    Compiling strum_macros v0.26.4
2026-07-06T06:24:33.1970891Z    Compiling sha1 v0.10.6
2026-07-06T06:24:33.4870746Z    Compiling spt-msg v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-07-06T06:24:33.6920570Z    Compiling regex v1.12.3
2026-07-06T06:24:34.0521009Z    Compiling hyper v1.10.1
2026-07-06T06:24:34.0920691Z    Compiling itertools v0.13.0
2026-07-06T06:24:34.4182141Z    Compiling spt-runtime v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-07-06T06:24:34.5016041Z    Compiling castaway v0.2.4
2026-07-06T06:24:34.5860494Z    Compiling darling_macro v0.23.0
2026-07-06T06:24:34.6240754Z    Compiling clap_lex v1.1.0
2026-07-06T06:24:34.9090506Z    Compiling darling v0.23.0
2026-07-06T06:24:34.9680801Z    Compiling unicode-width v0.1.14
2026-07-06T06:24:34.9760663Z    Compiling indoc v2.0.7
2026-07-06T06:24:35.3064106Z    Compiling doctest-file v1.1.1
2026-07-06T06:24:35.3310616Z    Compiling static_assertions v1.1.0
2026-07-06T06:24:35.3965934Z    Compiling compact_str v0.8.2
2026-07-06T06:24:35.4190910Z    Compiling clap_builder v4.6.0
2026-07-06T06:24:35.4470457Z    Compiling crossterm v0.28.1
2026-07-06T06:24:35.8850846Z    Compiling portable-pty v0.8.1
2026-07-06T06:24:35.9261134Z    Compiling interprocess v2.4.2
2026-07-06T06:24:36.1580968Z    Compiling hyper-util v0.1.20
2026-07-06T06:24:36.2231191Z    Compiling unicode-truncate v1.1.0
2026-07-06T06:24:36.2426759Z    Compiling strum v0.26.3
2026-07-06T06:24:36.4051232Z    Compiling spt-term v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-07-06T06:24:36.4150417Z    Compiling lru v0.12.5
2026-07-06T06:24:36.5060771Z    Compiling clap_derive v4.6.1
2026-07-06T06:24:36.6247687Z    Compiling iana-time-zone v0.1.65
2026-07-06T06:24:36.6430679Z    Compiling cassowary v0.3.0
2026-07-06T06:24:36.8190875Z    Compiling unicode-width v0.2.0
2026-07-06T06:24:36.8710570Z    Compiling chrono v0.4.45
2026-07-06T06:24:36.9730256Z    Compiling nucleo-matcher v0.3.1
2026-07-06T06:24:37.1560498Z    Compiling ratatui v0.29.0
2026-07-06T06:24:37.1830247Z    Compiling qrcode v0.14.1
2026-07-06T06:24:37.2314724Z    Compiling tempfile v3.27.0
2026-07-06T06:24:38.0624891Z    Compiling spt-live v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-07-06T06:24:38.2841004Z    Compiling igd-next v0.17.1
2026-07-06T06:24:38.8480726Z    Compiling clap v4.6.1
2026-07-06T06:24:39.5980902Z    Compiling portmapper v0.16.0
2026-07-06T06:24:45.2606928Z    Compiling rustls-webpki v0.103.13
2026-07-06T06:24:47.7449012Z    Compiling tokio-rustls v0.26.4
2026-07-06T06:24:47.7453583Z    Compiling rustls-platform-verifier v0.7.0
2026-07-06T06:24:47.7453951Z    Compiling noq-proto v0.17.0
2026-07-06T06:24:47.8973450Z    Compiling hyper-rustls v0.27.9
2026-07-06T06:24:47.8974081Z    Compiling hickory-net v0.26.0-beta.4
2026-07-06T06:24:47.8974553Z    Compiling tokio-websockets v0.13.2
2026-07-06T06:24:48.0318782Z    Compiling reqwest v0.13.4
2026-07-06T06:24:48.9979325Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-06T06:25:03.7589199Z    Compiling spt-net v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-07-06T06:25:05.3129313Z    Compiling spt-daemon v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-07-06T06:25:13.7018930Z    Compiling spt v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-07-06T06:25:18.4857510Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 07s
2026-07-06T06:25:18.5074540Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-b275a0970b188bf2)
2026-07-06T06:25:18.5087477Z 
2026-07-06T06:25:18.5087806Z running 1 test
2026-07-06T06:25:24.5971764Z test new_brain_serves_against_old_broker ... ok
2026-07-06T06:25:24.5972111Z 
2026-07-06T06:25:24.5972412Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.09s
2026-07-06T06:25:24.5972807Z 
